runtime/pprof.runtimeProfile.stk (field)

3 uses

	runtime/pprof (current package)
		pprof.go#L737: 	stk    []runtime.StackRecord
		pprof.go#L741: func (p *runtimeProfile) Len() int              { return len(p.stk) }
		pprof.go#L742: func (p *runtimeProfile) Stack(i int) []uintptr { return p.stk[i].Stack() }